libsanitizer-timebits
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sat, 4 May 2024 05:18:23 +0000 (07:18 +0200)
committerGianfranco Costamagna <locutusofborg@debian.org>
Sat, 4 May 2024 05:18:23 +0000 (07:18 +0200)
# DP: Add another #undef for _TIME_BITS

# DP: Add another #undef for _TIME_BITS

Gbp-Pq: Name libsanitizer-timebits.diff

compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
compiler-rt/lib/sanitizer_common/sanitizer_procmaps_solaris.cpp

index 32b8f47ed6338ea22d933bf1c5015743dd613b65..a63cd996787d015436a2fbd57e65297563f49af5 100644 (file)
@@ -18,6 +18,7 @@
 // depends on _FILE_OFFSET_BITS setting.
 // To get this "true" dirent definition, we undefine _FILE_OFFSET_BITS below.
 #undef _FILE_OFFSET_BITS
+#undef _TIME_BITS
 #endif
 
 // Must go after undef _FILE_OFFSET_BITS.
index e16c4e938cb236a286bef0faa980c30b80921a71..ca88cf2c2dfc98402260c86e466044f9c9c9c569 100644 (file)
@@ -11,6 +11,7 @@
 
 // Before Solaris 11.4, <procfs.h> doesn't work in a largefile environment.
 #undef _FILE_OFFSET_BITS
+#undef _TIME_BITS
 #include "sanitizer_platform.h"
 #if SANITIZER_SOLARIS
 #include "sanitizer_common.h"